home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 August / Australian PC User - August 2003 (CD2).iso / software / apps / files / acnd2001.exe / install_script.iss
Encoding:
Text File  |  2003-06-02  |  1020 b   |  29 lines

  1. ;InnoSetupVersion=1.3.25
  2.  
  3. [Setup]
  4. AppName=RovoScape ActiveCandy 2001
  5. AppVerName=RovoScape ActiveCandy 2001 (v5.5)
  6. AppId=RovoScape ActiveCandy 2001
  7. AppVersion=5.5
  8. AppPublisher="RovoScape Software"
  9. AppPublisherURL=http://www.rovoscape.com/
  10. AppSupportURL=http://www.rovoscape.com/activecandy
  11. AppUpdatesURL=http://www.rovoscape.com/activecandy
  12. DefaultDirName={pf}\RovoScape ActiveCandy
  13. DefaultGroupName=RovoScape ActiveCandy 2001
  14. OutputBaseFilename=acnd2001
  15. Compression=zip
  16. AllowNoIcons=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{sys}\actcndy4.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  23. Source: "{sys}\actcndy5.ocx"; DestDir: "{sys}"; Flags: restartreplace regserver sharedfile 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  25. Source: "{app}\license.txt"; DestDir: "{app}"; 
  26.  
  27. [Icons]
  28. Name: "{group}\Readme File"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  29.